GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddEmbeddedImageAnnot Method





In This Topic
AddEmbeddedImageAnnot Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(6)>
Function AddEmbeddedImageAnnot( _
   ByVal ImagePath As String, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationEmbeddedImage
[DispId(6)]
AnnotationEmbeddedImage AddEmbeddedImageAnnot( 
   string ImagePath,
   float Left,
   float Top,
   float Width,
   float Height
)
function AddEmbeddedImageAnnot( 
    ImagePath: String;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationEmbeddedImage; 
DispIdAttribute(6)
function AddEmbeddedImageAnnot( 
   ImagePath : String,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationEmbeddedImage;
[DispId(6)]
AnnotationEmbeddedImage* AddEmbeddedImageAnnot( 
   string* ImagePath,
   float Left,
   float Top,
   float Width,
   float Height
) 
[DispId(6)]
AnnotationEmbeddedImage^ AddEmbeddedImageAnnot( 
   String^ ImagePath,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

ImagePath
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members